From 9bbc97be623a3d6dd1c15eeadd8bd6e7d2604dc8 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Tue, 8 Aug 2006 19:07:32 -0500 Subject: [PATCH] [LIBXC] put PowerPC loader in libxenguest, not libxenctrl Signed-off-by: Hollis Blanchard --- tools/libxc/powerpc64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/powerpc64/Makefile b/tools/libxc/powerpc64/Makefile index 1a81592d09..56ae5d52fb 100644 --- a/tools/libxc/powerpc64/Makefile +++ b/tools/libxc/powerpc64/Makefile @@ -1 +1 @@ -CTRL_SRCS-y += powerpc64/xc_linux_build.c +GUEST_SRCS-y += powerpc64/xc_linux_build.c -- 2.30.2